.nav {
   text-align: center;
   font-size: 20px;
   
}

.nav a {
    color: yellow;
}

h1 { 
  color:black;
  font-size: 55px;
  text-align: center;
  text-shadow: 0 0 10px yellow;
}

body { 
    background-color: rgb(110, 16, 139);
}